LISTENER POSITION Z

This command will return the current Z position of the listener.

  Syntax
Return Float=LISTENER POSITION Z()
  Returns

The command will return the current Z position of the listener

  Example Code
cls
load sound "man.wav",1
play sound 1
print "z position of the listener "+str$(listener position z())
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index